google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.MapValue (method, view implemented interface methods)

24 uses

	google.golang.org/protobuf/internal/impl (current package)
		checkinit.go#L166: 			fd = fd.MapValue()
		codec_map.go#L31: 	valField := fd.MapValue()
		convert_map.go#L26: 		valConv: newSingularConverter(t.Elem(), fd.MapValue()),
		equal.go#L142: 		if fd.MapValue().Kind() == protoreflect.MessageKind {
		message_reflect.go#L199: 			if fd.MapValue().Enum() != nil || fd.MapValue().Message() != nil {
		message_reflect.go#L202: 			isMessage = fd.MapValue().Message() != nil
		validate.go#L199: 		switch fd.MapValue().Kind() {

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L189: 					if v := t.MapValue(); v != nil {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L579: 	switch fd.MapValue().Kind() {
		decode.go#L590: 			return d.unmarshalScalar(fd.MapValue())
		encode.go#L374: 		if err = e.marshalSingular(v, fd.MapValue()); err != nil {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L444: 	switch fd.MapValue().Kind() {
		decode.go#L455: 			return d.unmarshalScalar(fd.MapValue())
		decode.go#L533: 			if kind := fd.MapValue().Kind(); (kind != protoreflect.MessageKind) && (kind != protoreflect.GroupKind) {
		decode.go#L558: 		switch fd.MapValue().Kind() {
		decode.go#L564: 			pval = fd.MapValue().Default()
		encode.go#L294: 		err = e.marshalSingular(val, fd.MapValue())

	google.golang.org/protobuf/proto
		checkinit.go#L55: 			if fd.MapValue().Message() == nil {
		decode.go#L232: 		valField = fd.MapValue()
		encode.go#L307: 	valf := fd.MapValue()
		merge.go#L94: 			o.mergeMap(dst.Mutable(fd).Map(), v.Map(), fd.MapValue())
		size.go#L107: 		size += protowire.SizeBytes(o.sizeField(fd.MapKey(), key.Value()) + o.sizeField(fd.MapValue(), value))

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L350: 	MapValue() FieldDescriptor